IDictionary.GetEnumerator Method

Task Parallel System.Threading

Provides an IDictionaryEnumerator for the IDictionary<(Of <(TKey, TValue>)>).

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private Function GetEnumerator As IDictionaryEnumerator
	Implements IDictionary.GetEnumerator
C#
IDictionaryEnumerator IDictionary.GetEnumerator()

Return Value

An IDictionaryEnumerator for the IDictionary<(Of <(TKey, TValue>)>).

Implements

IDictionary..::.GetEnumerator()()()

See Also